Remove a misleading comment
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2019 15:18:15 +0000 (15:18 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2019 18:04:08 +0000 (18:04 +0000)
We don't have windowed widgets anymore, and
gdk_surface_move_resize is about to go away.

gtk/gtkwidget.c

index 22bbf1886cefd83f8c2c320ac64ec127ac862b1e..f3b8872af883c8adc70d8d96fd5e3690300a639e 100644 (file)
@@ -3949,10 +3949,6 @@ gtk_widget_unrealize (GtkWidget *widget)
   g_object_unref (widget);
 }
 
-/*
- * Returns the values you're supposed to pass to gdk_surface_move_resize
- * for a windowed widget.
- */
 void
 gtk_widget_get_surface_allocation (GtkWidget     *widget,
                                   GtkAllocation *allocation)